home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
vbdatabs
/
wx2incs.h
< prev
next >
Wrap
C/C++ Source or Header
|
1999-03-30
|
1KB
|
44 lines
// ------------------------------- //
// -------- Start of File -------- //
// ------------------------------- //
// ----------------------------------------------------------- //
// C++ Header File Name: wxincs.h
// Compiler Used: MSVC40, HP CPP 10.24
// Produced By: Doug Gaer
// File Creation Date: 03/30/1999
// Date Last Modified: 03/30/1999
// ----------------------------------------------------------- //
// ---------- Include File Description and Details ---------- //
// ----------------------------------------------------------- //
/*
Additional include files need to compile with the wxWindows
GUI library version 2.0.1
*/
// ----------------------------------------------------------- //
#ifndef __WX2INCS_HPP__
#define __WX2INCS_HPP__
#ifdef __GNUG__
#pragma implementation
#pragma interface
#endif
// For compilers that support precompilation, includes "wx/wx.h".
#include "wx/wxprec.h"
#ifdef __BORLANDC__
#pragma hdrstop
#endif
// for all others, include the necessary headers (this file is usually all you
// need because it includes almost all "standard" wxWindows headers
#ifndef WX_PRECOMP
#include "wx/wx.h"
#endif
#endif // __WX2INCS_HPP__
// ----------------------------------------------------------- //
// ------------------------------- //
// --------- End of File --------- //
// ------------------------------- //